home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6-1 / Night Owl's Shareware - PDSI-006-1 - Night Owl Corp (1992).iso / 045a / m28arc.exe / README.TXT < prev    next >
Text File  |  1991-12-10  |  26KB  |  452 lines

  1. ******************************************************************************
  2. ********* Read Me file for Mountain Menus 2.8.1 ******************************
  3. *************************************************** Updated  Tue 12-10-1991 **
  4. ******************************************************************************
  5. ******************** Last minute notes ... ***********************************
  6. ******************************************************************************
  7. We can not stress enough, be sure to read the license agreement BEFORE
  8. using the software.  Use of the software, at all, means that you agree to be
  9. bound by the agreement found in the file LICENSE.
  10. ******************************************************************************
  11. Contents:
  12. First round of problems fixed........Line  20
  13. Fixes Part II........................Line  68
  14. First round of additions made........Line 122
  15. Additions Part II....................Line 179
  16. New Feature in INSTALL program.......Line 234
  17. Installation.........................Line 242
  18. Revision History for 2.8.1...........Line 278
  19. *******************************************************************************
  20. These problems have been fixed since the first release of the menu system.
  21. *******************************************************************************
  22.  
  23. 1)  Several loose ends concerning the help system have been tied up. The menu
  24.     was failing to update the help file when an item's text was changed. Also,
  25.     the help files were not being updated properly when a help screen was
  26.     changed. Extra lines were being added to the help file.
  27.  
  28. 2)  The 'hot-letter' for an item is displayed in bright yellow or white on
  29.     color systems. On monochrome systems, the 'hot-letter' was not showing
  30.     up at all.
  31.  
  32. 3)  The mouse speed was not being set immediately when it was changed in the
  33.     'Global Settings' screen. Instead you had to leave the menu and re-run it.
  34.  
  35. 4)  The screen blanker was kicking in sometimes as soon as the menu came up.
  36.     This was due to a global variable which was not getting initialized.
  37.  
  38. 5)  Returning from the 'View System Environment' option on the 'System Menu'
  39.     caused a fatal error if a mouse driver was NOT loaded.
  40.  
  41. 6)  When the top or bottom item on a menu was disabled, the highlight bar would
  42.     no wrap around. That is, you could not press the up arrow from the top item
  43.     to get to the bottom item.
  44.  
  45. 7)  A problem specific to running the program under Netware was found. The
  46.     problem occured if the menu file was NOT in the current directory, but
  47.     in the PATH (ie. Z:\PUBLIC). The help and security files assoociated with
  48.     the menu file were being mis-named. This caused the menu to NOT FIND either
  49.     or both of these files even if they were present. If password security was
  50.     enabled during installation, a fatal error occured when the menu was run.
  51.     This also caused the <F1> key to be disabled even if a help file existed.
  52.  
  53. 8)  a flaw in the 'move item' routine was causing the menu to crash by
  54.     allowing the item to be moved outside of it's menu window. This only seemed
  55.     to happen if the mouse was moved very quickly.
  56.  
  57. 9)  pressing the 'down' arrow when on the 40th (last) line of the 'command edit
  58.     window' was causing a fatal error.
  59.  
  60. 10) On some machines, use of the hot-keys to run menu items caused the menu to
  61.     re-run the item as soon as the menu returned. This amounted to an endless
  62.     loop which only a quick CTRL-C could break out of.
  63.  
  64. 11) The INSTALL program was molesting the interrupt table. This did NOT cause
  65.     a problem with the installation process, but did upset certain software
  66.     which was run after the installation.
  67.  
  68. ------------------------ FIXES PART II - Tue  12-10-1991 ---------------------
  69.  
  70. 12) When switching back and forth between the mouse and the keyboard with
  71.     'One Click Mode' enabled was causing the mouse to loose control of the
  72.     highlight bar until a button was clicked.  This made the operation
  73.     inconsistant. Once you take the highlight bar away from the mouse, using
  74.     the arrow keys, simply moving the mouse will cause the highlight bar to
  75.     jump back to the mouse cursor.
  76.  
  77. 13) The speed of the screen on CGA systems has been GREATLY improved.  The
  78.     display is still 'snow free' (of course).
  79.  
  80. 14) In the various 'edit boxes' (text entry), the down arrow, up arrow,
  81.     TAB key, and probably a few other keys, were exiting the edit box as if
  82.     ENTER had been pressed. Now, only ENTER and ESCAPE will end a single-line
  83.     edit box.
  84.  
  85. 15) I added single-line borders to the drop-down menus.  This makes them stand
  86.     out better against a busy backdrop.  It also makes them SAA/CUA compliant.
  87.     (take a look at the drop-downs in Windows).
  88.  
  89. 16) When an item's text was edited, there was an un-explained hesitation before
  90.     the dialog box went away.  The hesitation is because the menu is searching
  91.     the 'help file' to see if the modified item needs to be updated there also.
  92.     While the hesitation is still there (it is necessary to update the help
  93.     file as item text is changed), it now explains what it is doing. (On a 286
  94.     there's even time to read the message)
  95.  
  96. 17) VENV (The 'View Environment' option) now is more careful about parsing the
  97.     input before putting it in the environment. It was allowing certain things
  98.     to be added that were not DOS legal. It also was not removing items
  99.     correctly.  REMEMBER, since VENV and MSET update COMMAND.COM's environment,
  100.     changes will not be seen immediatly by the menu. You must run something
  101.     and come back.  This is because an EXE file only reads COMMAND.COM's
  102.     environment once when it is first run. After that, it uses it's own 'copy'.
  103.  
  104. 18) Items, which were disabled due to environment conditions, were still being
  105.     allowed to run via a Hot-Key if one was assigned to that item.
  106.  
  107. 19) When password protection was enabled, and 'return to sub' was enabled, the
  108.     menu prompting for passwords as it made it's way back to the sub (as it
  109.     should). If proper passwords were entered, everything happened properly.
  110.     HOWEVER if an improper password was entered, the menu was not aware of it,
  111.     and would end up running something it shouldn't.
  112.  
  113. 20) The menu 'explode' routine has been re-written. It now performs a more
  114.     natural looking explode, and also fixes a bug which conflicted with certain
  115.     memory resident (TSR) software.
  116.  
  117. 21) The keyboard stuffing routine has been re-written to respect the true
  118.     location of the keyboard buffer, even if it has been relocated by a TSR
  119.     or device driver.
  120. -------------------------------------------------------------------------------
  121. -------------------------------------------------------------------------------
  122. These additions have been made since the first release of the menu system
  123. -------------------------------------------------------------------------------
  124.  
  125. 1)  The color attributes of the message line are no longer fixed. Instead, the
  126.     message line uses the menu window attributes of palette-9. This means that
  127.     by changing the palette-9 attributes, you can change the color of the
  128.     message line.
  129.  
  130. 2)  The 'YES/NO' dialog box attributes have been changed so that it is easier
  131.     to tell which of the two items is highlighted.
  132.  
  133. 3)  The 'Global Settings' Dialog window has been revamped so that it is less
  134.     cluttered. This allowed me to free up some room for future items. Several
  135.     of the other dialog boxes have been cleaned up also.
  136.  
  137. 4)  In fact, there are already THREE NEW ITEMS on the 'Global Settings' screen.
  138.     Notice the addition of;
  139.     1) Global Sort
  140.     2) Global Justify
  141.     3) Global Return to Sub
  142.     These items are FALSE by default. If set to TRUE, each will override the
  143.     settings which are assigned to each submenu. This means that you do not
  144.     have to set each submenu to 'Sorted' if you want them all that way.
  145.     If any of these are TRUE, the respective item on the 'Menu Settings' menu
  146.     in 'Menu Edit Mode' will be disabled.  If 'Global Sort' is TRUE, the
  147.     'Move Menu Item' on the 'Item Settings' menu will always be disabled (as
  148.     it is when the active submenu has SORT set to TRUE).
  149.  
  150. 5)  The screen blanker now displays the time so that you can tell that the
  151.     monitor is turned on, or up, and the station IS alive. The time display
  152.     is randomly located and relocated every once in a while.
  153.  
  154. 6)  TIMED EXECUTION of menu items has been added. You can now specify a time
  155.     for any item at which it will take off running!!!  Here are the rules for
  156.     time execution; The time at which a menu item is run is entered from the
  157.     'Items Settings' menu (second item up from the bottom). The time is entered
  158.     in military format. Valid times are from 00:01:00 (one after midnight) to
  159.     23:59:00 (one til midnight). To STOP an item from running at a preset time,
  160.     enter all zeros or spaces. Only one item will run per minute, even if the
  161.     first item returns before the minute is up. Items which are disabled by an
  162.     environment condition WILL run at their selected time. Items which have a
  163.     password or prompt WILL NOT run. No items will run while the 'station
  164.     security lock' is active, and no items will run while in 'Menu Edit Mode'.
  165.  
  166. 7)  When assigning a hot-key to an item, any hot-keys which are already
  167.     assigned will be disabled. You must un-assign a hot-key letter before you
  168.     can assign it to a different item.
  169.  
  170. 8)  A new item has been added to the 'Sys Settings' menu to allow you to view
  171.     which hot-keys are assigned to which menu items.
  172.  
  173. 9)  Once any of the three menus in 'Menu Edit Mode' is dropped down, the left
  174.     and right arrow keys can be used to switch between them.
  175.  
  176. 10) The EXIT TO DOS screen clearing now happens instantly. It used to 'paint'
  177.     down the screen before returning to the DOS prompt.
  178.  
  179. --------------------- ADDITIONS PART II - Mon  10-21-1991 --------------------
  180.  
  181. 11) The 'Master Password' now acts as a 'Master Key' for any item which is
  182.     password protected.
  183.  
  184. 12) A new utility program (MMMBRK.EXE) is provided for those with extreme
  185.     security requirements.  MMMBRK is a TSR (memory resident) program which
  186.     disables the CTRL-C and CTRL-BREAK keys during batch file execution.
  187.     *** CAUTION *** it is up to YOU to unload it before your applications run
  188.     or these two keys will remain disabled!! Some applications may not like
  189.     that. Also, do NOT load any TSR's AFTER MMMBRK is loaded or you will NOT
  190.     be able to unload MMMBRK.
  191.     Here is an example of how it might be used:
  192.  
  193.     MMMBRK                           <== load the utility first thing
  194.     ECHO Copying necessary files...
  195.     COPY Y:\DATA\*.DAT F:            <== do whatever
  196.     COPY Y:\NEWFILES\*.* F:
  197.     ECHO Finished copying.
  198.     PAUSE
  199.     F:
  200.     MMMBRK OFF                <== but unload it before running anything
  201.     WP
  202.     MMBRK                     <== load it back up if necessary
  203.     ECHO Returning files to data directory...
  204.     COPY *.DAT Y:\DATA
  205.     MMMBRK OFF                <== unload it before returning to the menu
  206.  
  207. 13) When adding a new menu item to a sub-menu, an additional prompt appears
  208.     after you select 'COMMANDS' (instead of 'SUBMENU'). This new prompt asks
  209.     if you wish to SELECT an executable file (.BAT, .COM, .EXE) that the new
  210.     item will run. After you choose a file, The necessary commands will be
  211.     placed into the 'Command Edit Window' for you. You may simply accept these
  212.     commands, or modify them as needed.
  213.        The 'Selection Menu' is very powerful, and allows you to navigate
  214.     between any directory on any hard drive letter available on your system.
  215.     The first selection on the menu is always 'Drives'.  If this is selected,
  216.     a list of available drive letters is presented.  Once a drive letter is
  217.     picked, the menu will show each directory leading up to the current
  218.     directory (each level is indented). Below the current directory (which is
  219.     always displayed at the bottom of the screen) are any sub directories off
  220.     the current directory (all indented the same amount). Below the sub
  221.     directories are any executable files in the current directory.
  222.        You may continue to move between drives and directories by simply
  223.     selecting them.  Once a FILE is selected, you will be returned to the
  224.     'Command Edit Window' where you will find the necessary commands already
  225.     there. The commands may be edited as desired, or simply accepted.
  226.  
  227. 14) The fixed items: "Exit Menu", "YES", and "NO" have been added to the
  228.     MMMTRANS.DAT file so that they can be translated.
  229.  
  230. 15) Another NEW SETTING in the MMMENU.CFG file allows the time to be displayed
  231.     in a 24 hour (military) format. The item: 24HRCLOCK, is FALSE by default.
  232.     It can be toggled from the 'Global Settings' input window.
  233.  
  234. 16) The INSTALL program now has a PART 4.  This added feature will
  235.     automatically create a MAIN2.MNU file.  This menu file will contain
  236.     entries for any of the programs which are searched for on your hard
  237.     drive(s). Currently, about 150 programs are searched for.  The file is
  238.     named MAIN2.MNU so as not to conflict with any MAIN.MNU which is likely
  239.     to exist on a network.  It can be renamed or used as is.  This menu file
  240.     will provide you with an excellent 'starting point' for your menu system.
  241. ------------------------------------------------------------------------------
  242. Installation:
  243. ------------------------------------------------------------------------------
  244.    Shareware (downloaded)
  245.    The shareware version of the menu is distributed as a self-extracting
  246. archive file. Simply run it at the DOS prompt, and all of the programs files
  247. will be extracted. There is no need to run the Install program which will be
  248. in the archive. You will need it when you register to enter the serial key.
  249. All of the files should be left together in the same directory. On a network,
  250. PUBLIC is the obvious choice, although the menu will run from any directory.
  251. Network administrators may want to install the shareware version in a private
  252. directory to test it. You CAN put the shareware version into full production
  253. if you like.
  254. ------------------------------------------------------------------------------
  255.    Registered (purchased)
  256.    Installation of the registered version must be done with the INSTALL
  257. program on the floppy disk.  First change the default drive to the floppy,
  258. then run the install program ie.
  259. A:
  260. INSTALL
  261.    Please read the INSTALLATION section of the user manual for details.
  262. ------------------------------------------------------------------------------
  263. Network Notes:
  264.    Once again, PUBLIC is the best choice for an installation directory.
  265. Installing the menu in PUBLIC will not disrupt anyone currently using Novell's
  266. menu. HOWEVER, you should NEVER run Mountain Menus FROM Novell's menu, or
  267. Novell's menu FROM Mountain Menus!! There is a REAL potential to get caught in
  268. an endless loop of one menu calling the other!! Only a well timed CTRL-C will
  269. get you out of this delemma.  It is safest to RENAME Novell's executable file
  270. MENU.EXE, to MENU.BIN so it will not execute (make sure everyone is out of it).
  271. Then COPY MMENU.BAT to MENU.BAT (DO NOT RENAME MMENU.BAT, COPY IT).
  272.                               -- also --
  273.    If Novell's menu program is in use, Mountain Menus will not be able to
  274. access the menu files which it is using (they are locked).
  275.  
  276. ******************************************************************************
  277. ******************************************************************************
  278. <<<<<<<<<<<<<<<<<<<<<<<<<<<<< Revision History >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  279. ******************************************************************************
  280. /*   Thu  11-01-1990  tighten up config file read */
  281. /*   Thu  11-01-1990  allow disable of system menu commands in config */
  282. /*   Thu  11-01-1990  fix mouse for help screen location to just text box */
  283. /*   Thu  11-01-1990  one click mode for speed */
  284. /*   Thu  11-01-1990  ability to disable explode and shadow */
  285. /*   Sun  11-11-1990  allow menu title justification */
  286. /*   Sun  11-11-1990  use true @1 @2 @3 to command prompt */
  287. /*   Sun  11-11-1990  add ability to pad menu items to increase menu width*/
  288. /*   Sun  11-11-1990  setup PALETTE1,2,3etc. in config file  */
  289. /*   Sun  11-11-1990  allow different border type for each sub */
  290. /*   Fri  11-16-1990  possible move commands to far memory */
  291. /*   Sun  11-25-1990  replace return to sub */
  292. /*   Sun  11-25-1990  replace first letter selection */
  293. /*   Sun  11-25-1990  allow menu widths to 78 */
  294. /*   Sun  11-25-1990  verify max width vs. declarations for titles and items */
  295. /*   Sun  11-25-1990  move SHADOW,EXPLODE,SORT to submenu level */
  296. /*   Sun  11-25-1990  impliment message system */
  297. /*   Sun  11-25-1990  impliment verify (continue yes-no) prompt */
  298. /*   Sun  11-25-1990  optionally use text file for background */
  299. /*   Sun  11-25-1990  add EURODATE option to config file */
  300. /*   Thu  12-06-1990  make RET2SUB a submenu function */
  301. /*   Thu  12-06-1990  make return to sub recognize a wrong menu file */
  302. /*   Sat  12-08-1990  lack of x,y coord should center menu */
  303. /*   Sun  12-09-1990  hot key macros to run any item on any menu */
  304. /*   Sun  12-09-1990  disable item with environment variable */
  305. /*   Sun  12-09-1990  make sure the program is INTERNATIONAL */
  306. /*   Sun  12-16-1990  use of environment variables throughout */
  307. /*   Fri  12-21-1990  revamp the naming and use of AK.BAT */
  308. /*   Fri  01-10-1991  fix control break problem */
  309. /*   Mon  01-14-1991  allow recursive batch operation */
  310. /*   Mon  01-14-1991  allow number or file name for BGFILE */
  311. /*   Wed  01-16-1991  add an ABOUT dialog box */
  312. /*   Sun  01-20-1991  entry logging to history file */
  313. /*   Thu  02-21-1991  fix problem with deleting batch */
  314. /*   Sun  02-24-1991  remember mouse location on return */
  315. /*   Sun  02-24-1991  write a mpause routine */
  316. /*   Wed  02-27-1991  password protection scheme */
  317. /*   Tue  03-05-1991  change date under system menu does not support formats */
  318. /*   Tue  03-05-1991  finish builder menu item descriptions */
  319. /*   Sun  03-10-1991  add a hot letter */
  320. /*   Sun  03-10-1991  disable all items if .SEC file not found */
  321. /*   Sun  03-17-1991  disable system menu items via env condition */
  322. /*   Sat  04-13-1991  disable help function if no help file available */
  323. /*   Mon  05-13-1991  write install program  */
  324. /*   Mon  05-13-1991  check password action on both item types */
  325. /*   Tue  05-28-1991  impliment single user semiphore */
  326. /*   Sun  06-02-1991  impliment TRANSLAT.DAT file for drop down items */
  327. /* ************************************************************************* */
  328. /* ********************* THE MENU EDIT MODE ADDITION *********************** */
  329. /*   Sat  03-02-1991  Use global to route system menu to builder menu */
  330. /*   Sat  03-02-1991  add new hotkeys/hotspots to smenuext */
  331. /*   Sat  03-02-1991  build 3 new drop-down menus in MMMBLD.C */
  332. /*   Thu  03-28-1991  provide hot letters for bld menu items */
  333. /*   Thu  03-28-1991  move rebuild flags deeper */
  334. /*   Sun  03-31-1991  decide on disabling bld menu items */
  335. /*   Sat  04-13-1991  allow all items in menu edit mode */
  336. /*   Sat  04-13-1991  build a menu edit mode help screen */
  337. /*========== Sys Settings ============*/
  338. /*   Sat  03-23-1991  add return to 'run mode' with save flag */
  339. /*   Sat  03-23-1991  build save routines */
  340. /*   Wed  03-27-1991  Palette build/edit routine */
  341. /*   Sun  03-24-1991  change background routine */
  342. /*   Thu  03-28-1991  global settings dialog */
  343. /*   Sat  04-13-1991  build a new menu routine */
  344. /*========= Menu Settings ===========*/
  345. /*   Sat  03-30-1991  Move Menu */
  346. /*   Sat  03-30-1991  custom width */
  347. /*   Sat  03-30-1991  color palette choice */
  348. /*   Sun  03-31-1991  border type choice */
  349. /*   Sun  03-31-1991  menu title edit */
  350. /*   Mon  04-15-1991  menu title location */
  351. /*   Sun  03-31-1991  toggle center/justify */
  352. /*   Sun  03-31-1991  toggle sorted/menu file order */
  353. /*   Sun  03-31-1991  toggle shadow on/off */
  354. /*   Sun  03-31-1991  toggle explode on/off */
  355. /*   Sun  03-31-1991  toggle return to sub */
  356. /*========= Item Settings ===========*/
  357. /*   Sat  04-06-1991  edit commands */
  358. /*   Sun  04-07-1991  relocate item */
  359. /*   Tue  04-02-1991  edit item text */
  360. /*   Sun  04-07-1991  add item */
  361. /*   Sat  04-06-1991  delete item */
  362. /*   Sat  04-06-1991  restore item */
  363. /*   Sat  04-13-1991  add message line */
  364. /*   Sat  04-13-1991  add prompt box */
  365. /*   Sat  04-13-1991  assign password */
  366. /*   Sat  04-13-1991  assign hot-key */
  367. /*   Sat  04-13-1991  assign hot-letter */
  368. /*   Sat  04-13-1991  assign 'disable unless' condition */
  369. /*   Sat  04-13-1991  edit item's help screen */
  370. /* ************************************************************************* */
  371. /*   Mon  04-15-1991  ****** RESULT OF BETA TESTING ************************ */
  372. /*   Tue  04-16-1991  fix bug with reading blank lines in menu file */
  373. /*   Tue  04-16-1991  fix bug with too many commas in menu save */
  374. /*   Tue  04-16-1991  fix global file names to full path on startup */
  375. /*   Wed  04-17-1991  overhaul of mouse calls */
  376. /*   Wed  04-17-1991  allow routine not handling NULL condition */
  377. /*   Wed  04-17-1991  hot letter cannot be removed */
  378. /*   Wed  05-08-1991  find glitch in time - date entry */
  379. /*   Wed  05-08-1991  double check on mouse location at startup */
  380. /*   Wed  05-08-1991  fix highlight bar when hot letter is pressed */
  381. /*   Fri  05-10-1991  try to get mouse to let go on keypress */
  382. /*   Fri  05-10-1991  fix am/pm to change at midnight */
  383. /*   Fri  05-10-1991  un-blank screen on mouse movement */
  384. /*   Sat  05-11-1991  treat allow condition as a form */
  385. /*   Sat  05-11-1991  allow backout from add item */
  386. /*   Wed  05-22-1991  bug find by MJW secure system fails after command edit */
  387. /*   Sun  06-02-1991  Fix CGA code forever (I hope) */
  388. /*   Sun  06-02-1991  Turn logging ON by DEFAULT to UNREG.LOG */
  389. /*   Sun  06-02-1991  Enable Exit if SEC violation to allow exit */
  390. /*   Mon  06-03-1991  fix bug in MF variable when menu run from root */
  391. /*   Mon  06-03-1991  recognize commands in menu file expanded SPACE/TAB */
  392. /*   Thu  07-04-1991  fix text in hot-key dialog box */
  393. /*   Thu  07-04-1991  new menu not setting msaveflag unless it is modified */
  394. /*   Thu  07-04-1991  change [System Security] to [Station Security Lock] */
  395. /*   Thu  07-04-1991  change [Builder Menu] to [Sys Settings] */
  396. /*   Thu  07-04-1991  switch BREAKOFF / ECHOOFF in AK write */
  397. /*   Thu  07-04-1991  pressing <ESC> at @1 prompt still runs batch */
  398. /*   Thu  07-04-1991  locate cursor to 0,0 at stuff quit */
  399. /*   Thu  07-04-1991  fix problem with removing message,prompt,password */
  400. /*   Thu  07-04-1991  change version numbers throughout */
  401. /*   Thu  07-04-1991  check on fixed help screen read */
  402. /*   Thu  07-04-1991  en/ds sysmnu items NOT immediate on return to run mode */
  403. /*   Thu  07-04-1991  fix border on time etc. windows */
  404. /*   Thu  07-04-1991  MEM option on sysmenu cannot be FALSE */
  405. /*   Thu  07-04-1991  fix wn_gdate and check wn_gtime */
  406. /*   Sat  07-06-1991  add CENTURY to config file default=1900 */
  407. /*   Sat  07-06-1991  swap VENV mouse button functions */
  408. /*   Sat  07-06-1991  HELP needs serious help */
  409. /* ************************************************************************ */
  410. /*   Final Changes to the source */
  411. /* ************************************************************************ */
  412. /*   Fri  07-19-1991  Have program return consistant ERRORLEVEL to DOS */
  413. /*   Fri  07-19-1991  Help should search for screen first, before window open*/
  414. /*   Sat  07-20-1991  fix moving between MEM menus with keyboard */
  415. /*   Sat  07-20-1991  set mouse limits into and out of VENV */
  416. /*   Sat  07-20-1991  have menu detect VENV.EXE or disable item */
  417. /*   Sat  07-20-1991  fix 'move menu title' dialog box */
  418. /*   Sat  07-20-1991  fix palette number dialog box */
  419. /* ************************************************************************ */
  420. /*   POST-release problems */
  421. /* ************************************************************************ */
  422. /*   Sun  08-25-1991  return to sub on network */
  423. /*   Sun  08-25-1991  Help system still not right */
  424. /*   Sun  08-25-1991  hot letter not showing on mono */
  425. /*   Sun  08-25-1991  mouse speed not being set immediately */
  426. /*   Sun  08-25-1991  blanking on start-up */
  427. /*   Wed  09-04-1991  save message on system menu saved only six of seven */
  428. /*   Wed  09-04-1991  extern declaration of MI and FM were NOT correct */
  429. /*   Thu  09-05-1991  move menu item mouse bug */
  430. /*   Thu  09-05-1991  down arrow on last command in comm edit win */
  431. /*   Fri  09-06-1991  hot keyed items are re-running on some PCs */
  432. /*   Sun  09-08-1991  fix wn_smenu to allow wrap if top/bot item disabled */
  433. /*   Sun  09-08-1991  exiting menu edit mode when disabled item is hi-lited */
  434. /*   Wed  09-11-1991  edit item text was allowing preceeding spaces */
  435. /*   Fri  09-13-1991  the elusive device driver/TSR conflict */
  436. /* ************************************************************************ */
  437. /*   POST-release wish list */
  438. /* ************************************************************************ */
  439. /*   Sun  08-25-1991  Assign message line to palette 9 mw */
  440. /*   Sat  09-07-1991  set atribs on yes/no dialog */
  441. /*   Sat  09-07-1991  clear up clutter on dialog boxes */
  442. /*   Sat  09-07-1991  allow global SORT and JUSTIFY and RETURN2SUB */
  443. /*   Sat  09-07-1991  have screen blanker DO something */
  444. /*   Sat  09-07-1991  lighten up on the shareware windows */
  445. /*   Sun  09-08-1991  assigned hot-keys are disabled on menu */
  446. /*   Sun  09-08-1991  hot-key option disabled if item calls sub */
  447. /*   Sun  09-08-1991  add time executed menu items engine */
  448. /*   Sun  09-08-1991  add 'List Hot-Keys' option to 'sys settings' */
  449. /*   Mon  09-09-1991  add 'Item AutoExecute Time' to 'Item Settings' */
  450. /*   Mon  09-09-1991  left/right arrows in menu edit mode */
  451. /* ************************************************************************ */
  452.